android_set_abort_message() sets the abort message that will be shown
by debuggerd.
This is meant for use by libraries that deliberately abort so that they can
provide an explanation. It is used within bionic to implement assert() and
all FORTIFY/fdsan aborts.
android_set_abort_message() sets the abort message that will be shown by debuggerd. This is meant for use by libraries that deliberately abort so that they can provide an explanation. It is used within bionic to implement assert() and all FORTIFY/fdsan aborts.
Available since API level 21.